←Select platform

Getter<T> Method

Summary

Returns the object's type at a given index.

Syntax

C#
VB
C++
Function Getter(Of T)( _ 
   ByVal index As Integer _ 
) As T 
public T Getter<T>( 
   int index 
) 
_T^_ Gettergeneric<typename T> 
(  
   int index 
)  

Parameters

index
Index for the object to retrieve.

Type Parameters

T

Return Value

Returns the object's type at a given index.

Requirements

Target Platforms

Help Version 19.0.2017.10.30
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.HL7 Assembly